GdPicture.NET.14 (COM - ActiveX)
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging / ARGB Method





In This Topic
ARGB Method (GdPictureImaging)
In This Topic
Syntax
'Declaration
 
Public Function ARGB( _
   ByVal Alpha As Byte, _
   ByVal Red As Byte, _
   ByVal Green As Byte, _
   ByVal Blue As Byte _
) As Integer
public int ARGB( 
   byte Alpha,
   byte Red,
   byte Green,
   byte Blue
)
public function ARGB( 
    Alpha: Byte;
    Red: Byte;
    Green: Byte;
    Blue: Byte
): Integer; 
public function ARGB( 
   Alpha : byte,
   Red : byte,
   Green : byte,
   Blue : byte
) : int;
public: int ARGB( 
   byte Alpha,
   byte Red,
   byte Green,
   byte Blue
) 
public:
int ARGB( 
   byte Alpha,
   byte Red,
   byte Green,
   byte Blue
) 

Parameters

Alpha
Red
Green
Blue
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPictureImaging
GdPictureImaging Members